home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / wb / selector / install / docs.sel < prev    next >
Text File  |  1999-03-02  |  501b  |  17 lines

  1. defenv seldest SYS:
  2.  
  3. text "Where would you like to put"
  4. text "Selector's documentation with"
  5. text "examples and the Preferences"
  6. text 'tool. A drawer named "Selector"'
  7. text "will be created."
  8. text
  9. text Destination:
  10. tempcol yellow black
  11. text "[seldest]"
  12. text
  13. button "Change destination" exec 'setenv seldest `requestfile drawer "[seldest]" title Destination savemode drawersonly`' update
  14. button "Procede with copy" exec 'execute copydocs "[seldest]"' exit
  15. button "Skip this part" exit
  16.  
  17. unsetenv seldest